python packages: move all things python under lang/python
authorAlexandru Ardelean <[email protected]>
Wed, 17 May 2017 13:45:48 +0000 (16:45 +0300)
committerAlexandru Ardelean <[email protected]>
Wed, 17 May 2017 13:51:14 +0000 (16:51 +0300)
commit68312f49c0b4456e665ed438a86a44738caa765a
tree6280a9fb0de5782ca8ca4ca39b014062e1b8d387
parent1bf7af4ca53db6f58655857f6eb49a9893c854d9
python packages: move all things python under lang/python

I admit this may be be a bit aggressive, but the lang
folder is getting cluttered/filled up with Python, PHP, Perl,
Ruby, etc. packages.

Makes sense to try to group them into per-lang folders.

I took the Pythons.

Signed-off-by: Alexandru Ardelean <[email protected]>
288 files changed:
lang/chardet/Makefile [deleted file]
lang/django-appconf/Makefile [deleted file]
lang/django-compressor/Makefile [deleted file]
lang/django-constance/Makefile [deleted file]
lang/django-jsonfield/Makefile [deleted file]
lang/django-picklefield/Makefile [deleted file]
lang/django-postoffice/Makefile [deleted file]
lang/django-restframework/Makefile [deleted file]
lang/django-statici18n/Makefile [deleted file]
lang/django/Makefile [deleted file]
lang/et_xmlfile/Makefile [deleted file]
lang/flup/Makefile [deleted file]
lang/gunicorn/Makefile [deleted file]
lang/jdcal/Makefile [deleted file]
lang/micropython-lib/Makefile [deleted file]
lang/micropython/Makefile [deleted file]
lang/micropython/patches/000-Makefile-no-errors [deleted file]
lang/openpyxl/Makefile [deleted file]
lang/pillow/Makefile [deleted file]
lang/pillow/patches/010-fix-paths.patch [deleted file]
lang/python-attrs/Makefile [deleted file]
lang/python-cffi/Makefile [deleted file]
lang/python-crcmod/Makefile [deleted file]
lang/python-crypto/Makefile [deleted file]
lang/python-crypto/patches/001-no-host-paths.patch [deleted file]
lang/python-crypto/patches/002-fix-endianness-detect.patch [deleted file]
lang/python-cryptography/Makefile [deleted file]
lang/python-cryptography/patches/001-disable-setup-requirements.patch [deleted file]
lang/python-dateutil/Makefile [deleted file]
lang/python-dns/Makefile [deleted file]
lang/python-egenix-mx-base/Makefile [deleted file]
lang/python-enum34/Makefile [deleted file]
lang/python-enum34/patches/001-omit-docs.patch [deleted file]
lang/python-gmpy2/Makefile [deleted file]
lang/python-idna/Makefile [deleted file]
lang/python-ipaddress/Makefile [deleted file]
lang/python-ldap/Makefile [deleted file]
lang/python-ldap/patches/010-setup_cfg.patch [deleted file]
lang/python-mysql/Makefile [deleted file]
lang/python-mysql/patches/010-threadsafe.patch [deleted file]
lang/python-packages/Makefile [deleted file]
lang/python-packages/README.md [deleted file]
lang/python-parsley/Makefile [deleted file]
lang/python-parsley/patches/001-omit-tests.patch [deleted file]
lang/python-pcapy/Makefile [deleted file]
lang/python-ply/Makefile [deleted file]
lang/python-psycopg2/Makefile [deleted file]
lang/python-pyasn1-modules/Makefile [deleted file]
lang/python-pyasn1/Makefile [deleted file]
lang/python-pycparser/Makefile [deleted file]
lang/python-pycparser/patches/001-use-external-ply.patch [deleted file]
lang/python-pyopenssl/Makefile [deleted file]
lang/python-pyptlib/Makefile [deleted file]
lang/python-pyserial/Makefile [deleted file]
lang/python-service-identity/Makefile [deleted file]
lang/python-six/Makefile [deleted file]
lang/python-txsocksx/Makefile [deleted file]
lang/python-txsocksx/patches/001-omit-tests.patch [deleted file]
lang/python-txsocksx/patches/002-do-not-use-vcversioner.patch [deleted file]
lang/python-urllib3/Makefile [deleted file]
lang/python-yaml/Makefile [deleted file]
lang/python/Makefile [deleted file]
lang/python/chardet/Makefile [new file with mode: 0644]
lang/python/django-appconf/Makefile [new file with mode: 0644]
lang/python/django-compressor/Makefile [new file with mode: 0644]
lang/python/django-constance/Makefile [new file with mode: 0644]
lang/python/django-jsonfield/Makefile [new file with mode: 0644]
lang/python/django-picklefield/Makefile [new file with mode: 0644]
lang/python/django-postoffice/Makefile [new file with mode: 0644]
lang/python/django-restframework/Makefile [new file with mode: 0644]
lang/python/django-statici18n/Makefile [new file with mode: 0644]
lang/python/django/Makefile [new file with mode: 0644]
lang/python/et_xmlfile/Makefile [new file with mode: 0644]
lang/python/files/config.site [deleted file]
lang/python/files/pip.conf [deleted file]
lang/python/files/python-host.mk [deleted file]
lang/python/files/python-package-codecs.mk [deleted file]
lang/python/files/python-package-compiler.mk [deleted file]
lang/python/files/python-package-ctypes.mk [deleted file]
lang/python/files/python-package-db.mk [deleted file]
lang/python/files/python-package-decimal.mk [deleted file]
lang/python/files/python-package-dev.mk [deleted file]
lang/python/files/python-package-distutils.mk [deleted file]
lang/python/files/python-package-email.mk [deleted file]
lang/python/files/python-package-gdbm.mk [deleted file]
lang/python/files/python-package-install.sh [deleted file]
lang/python/files/python-package-lib2to3.mk [deleted file]
lang/python/files/python-package-logging.mk [deleted file]
lang/python/files/python-package-multiprocessing.mk [deleted file]
lang/python/files/python-package-ncurses.mk [deleted file]
lang/python/files/python-package-openssl.mk [deleted file]
lang/python/files/python-package-pip.mk [deleted file]
lang/python/files/python-package-pydoc.mk [deleted file]
lang/python/files/python-package-setuptools.mk [deleted file]
lang/python/files/python-package-sqlite3.mk [deleted file]
lang/python/files/python-package-unittest.mk [deleted file]
lang/python/files/python-package-xml.mk [deleted file]
lang/python/files/python-package.mk [deleted file]
lang/python/files/python-version.mk [deleted file]
lang/python/flup/Makefile [new file with mode: 0644]
lang/python/gunicorn/Makefile [new file with mode: 0644]
lang/python/jdcal/Makefile [new file with mode: 0644]
lang/python/micropython-lib/Makefile [new file with mode: 0644]
lang/python/micropython/Makefile [new file with mode: 0644]
lang/python/micropython/patches/000-Makefile-no-errors [new file with mode: 0644]
lang/python/openpyxl/Makefile [new file with mode: 0644]
lang/python/patches/001-enable-zlib.patch [deleted file]
lang/python/patches/002-do-not-add-include-dirs-when-cross-compiling.patch [deleted file]
lang/python/patches/003-do-not-compile-tests-at-build.patch [deleted file]
lang/python/patches/004-do-not-write-bytes-codes.patch [deleted file]
lang/python/patches/006-remove-debian-multiarch-support.patch [deleted file]
lang/python/patches/007-distutils-do-not-adjust-path.patch [deleted file]
lang/python/patches/008-distutils-use-python-sysroot.patch [deleted file]
lang/python/patches/009-do-not-use-dblib_dir-when-cross-compiling.patch [deleted file]
lang/python/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch [deleted file]
lang/python/patches/011-remove-setupterm-definition.patch [deleted file]
lang/python/pillow/Makefile [new file with mode: 0644]
lang/python/pillow/patches/010-fix-paths.patch [new file with mode: 0644]
lang/python/python-attrs/Makefile [new file with mode: 0644]
lang/python/python-cffi/Makefile [new file with mode: 0644]
lang/python/python-crcmod/Makefile [new file with mode: 0644]
lang/python/python-crypto/Makefile [new file with mode: 0644]
lang/python/python-crypto/patches/001-no-host-paths.patch [new file with mode: 0644]
lang/python/python-crypto/patches/002-fix-endianness-detect.patch [new file with mode: 0644]
lang/python/python-cryptography/Makefile [new file with mode: 0644]
lang/python/python-cryptography/patches/001-disable-setup-requirements.patch [new file with mode: 0644]
lang/python/python-dateutil/Makefile [new file with mode: 0644]
lang/python/python-dns/Makefile [new file with mode: 0644]
lang/python/python-egenix-mx-base/Makefile [new file with mode: 0644]
lang/python/python-enum34/Makefile [new file with mode: 0644]
lang/python/python-enum34/patches/001-omit-docs.patch [new file with mode: 0644]
lang/python/python-gmpy2/Makefile [new file with mode: 0644]
lang/python/python-idna/Makefile [new file with mode: 0644]
lang/python/python-ipaddress/Makefile [new file with mode: 0644]
lang/python/python-ldap/Makefile [new file with mode: 0644]
lang/python/python-ldap/patches/010-setup_cfg.patch [new file with mode: 0644]
lang/python/python-mysql/Makefile [new file with mode: 0644]
lang/python/python-mysql/patches/010-threadsafe.patch [new file with mode: 0644]
lang/python/python-packages/Makefile [new file with mode: 0644]
lang/python/python-packages/README.md [new file with mode: 0644]
lang/python/python-parsley/Makefile [new file with mode: 0644]
lang/python/python-parsley/patches/001-omit-tests.patch [new file with mode: 0644]
lang/python/python-pcapy/Makefile [new file with mode: 0644]
lang/python/python-ply/Makefile [new file with mode: 0644]
lang/python/python-psycopg2/Makefile [new file with mode: 0644]
lang/python/python-pyasn1-modules/Makefile [new file with mode: 0644]
lang/python/python-pyasn1/Makefile [new file with mode: 0644]
lang/python/python-pycparser/Makefile [new file with mode: 0644]
lang/python/python-pycparser/patches/001-use-external-ply.patch [new file with mode: 0644]
lang/python/python-pyopenssl/Makefile [new file with mode: 0644]
lang/python/python-pyptlib/Makefile [new file with mode: 0644]
lang/python/python-pyserial/Makefile [new file with mode: 0644]
lang/python/python-service-identity/Makefile [new file with mode: 0644]
lang/python/python-six/Makefile [new file with mode: 0644]
lang/python/python-txsocksx/Makefile [new file with mode: 0644]
lang/python/python-txsocksx/patches/001-omit-tests.patch [new file with mode: 0644]
lang/python/python-txsocksx/patches/002-do-not-use-vcversioner.patch [new file with mode: 0644]
lang/python/python-urllib3/Makefile [new file with mode: 0644]
lang/python/python-yaml/Makefile [new file with mode: 0644]
lang/python/python/Makefile [new file with mode: 0644]
lang/python/python/files/config.site [new file with mode: 0644]
lang/python/python/files/pip.conf [new file with mode: 0644]
lang/python/python/files/python-host.mk [new file with mode: 0644]
lang/python/python/files/python-package-codecs.mk [new file with mode: 0644]
lang/python/python/files/python-package-compiler.mk [new file with mode: 0644]
lang/python/python/files/python-package-ctypes.mk [new file with mode: 0644]
lang/python/python/files/python-package-db.mk [new file with mode: 0644]
lang/python/python/files/python-package-decimal.mk [new file with mode: 0644]
lang/python/python/files/python-package-dev.mk [new file with mode: 0644]
lang/python/python/files/python-package-distutils.mk [new file with mode: 0644]
lang/python/python/files/python-package-email.mk [new file with mode: 0644]
lang/python/python/files/python-package-gdbm.mk [new file with mode: 0644]
lang/python/python/files/python-package-install.sh [new file with mode: 0644]
lang/python/python/files/python-package-lib2to3.mk [new file with mode: 0644]
lang/python/python/files/python-package-logging.mk [new file with mode: 0644]
lang/python/python/files/python-package-multiprocessing.mk [new file with mode: 0644]
lang/python/python/files/python-package-ncurses.mk [new file with mode: 0644]
lang/python/python/files/python-package-openssl.mk [new file with mode: 0644]
lang/python/python/files/python-package-pip.mk [new file with mode: 0644]
lang/python/python/files/python-package-pydoc.mk [new file with mode: 0644]
lang/python/python/files/python-package-setuptools.mk [new file with mode: 0644]
lang/python/python/files/python-package-sqlite3.mk [new file with mode: 0644]
lang/python/python/files/python-package-unittest.mk [new file with mode: 0644]
lang/python/python/files/python-package-xml.mk [new file with mode: 0644]
lang/python/python/files/python-package.mk [new file with mode: 0644]
lang/python/python/files/python-version.mk [new file with mode: 0644]
lang/python/python/patches/001-enable-zlib.patch [new file with mode: 0644]
lang/python/python/patches/002-do-not-add-include-dirs-when-cross-compiling.patch [new file with mode: 0644]
lang/python/python/patches/003-do-not-compile-tests-at-build.patch [new file with mode: 0644]
lang/python/python/patches/004-do-not-write-bytes-codes.patch [new file with mode: 0644]
lang/python/python/patches/006-remove-debian-multiarch-support.patch [new file with mode: 0644]
lang/python/python/patches/007-distutils-do-not-adjust-path.patch [new file with mode: 0644]
lang/python/python/patches/008-distutils-use-python-sysroot.patch [new file with mode: 0644]
lang/python/python/patches/009-do-not-use-dblib_dir-when-cross-compiling.patch [new file with mode: 0644]
lang/python/python/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch [new file with mode: 0644]
lang/python/python/patches/011-remove-setupterm-definition.patch [new file with mode: 0644]
lang/python/python3-bottle/Makefile [new file with mode: 0644]
lang/python/python3/Makefile [new file with mode: 0644]
lang/python/python3/files/config.site [new file with mode: 0644]
lang/python/python3/files/python3-host.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-asyncio.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-codecs.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-ctypes.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-dbm.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-decimal.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-dev.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-distutils.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-email.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-gdbm.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-install.sh [new file with mode: 0644]
lang/python/python3/files/python3-package-lib2to3.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-logging.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-lzma.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-multiprocessing.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-ncurses.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-openssl.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-pip.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-pydoc.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-setuptools.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-sqlite3.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-unittest.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-xml.mk [new file with mode: 0644]
lang/python/python3/files/python3-package.mk [new file with mode: 0644]
lang/python/python3/files/python3-version.mk [new file with mode: 0644]
lang/python/python3/patches/001-enable-zlib.patch [new file with mode: 0644]
lang/python/python3/patches/003-do-not-run-distutils-tests.patch [new file with mode: 0644]
lang/python/python3/patches/004-do-not-write-bytes-codes.patch [new file with mode: 0644]
lang/python/python3/patches/006-remove-debian-multiarch-support.patch [new file with mode: 0644]
lang/python/python3/patches/007-distutils-do-not-adjust-path.patch [new file with mode: 0644]
lang/python/python3/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch [new file with mode: 0644]
lang/python/python3/patches/011-fix-ncursesw-definition-colisions.patch [new file with mode: 0644]
lang/python/python3/patches/012-disable-wcsftime-detection.patch [new file with mode: 0644]
lang/python/python3/patches/014-remove-platform-so-suffix.patch [new file with mode: 0644]
lang/python/python3/patches/015-abort-on-failed-modules.patch [new file with mode: 0644]
lang/python/python3/patches/016-adjust-config-paths.patch [new file with mode: 0644]
lang/python/pytz/Makefile [new file with mode: 0644]
lang/python/rcssmin/Makefile [new file with mode: 0644]
lang/python/simplejson/Makefile [new file with mode: 0644]
lang/python/twisted/Makefile [new file with mode: 0644]
lang/python/twisted/patches/001-fix-zsh-completion.patch [new file with mode: 0644]
lang/python/twisted/patches/002-omit-tests.patch [new file with mode: 0644]
lang/python/zope-interface/Makefile [new file with mode: 0644]
lang/python3-bottle/Makefile [deleted file]
lang/python3/Makefile [deleted file]
lang/python3/files/config.site [deleted file]
lang/python3/files/python3-host.mk [deleted file]
lang/python3/files/python3-package-asyncio.mk [deleted file]
lang/python3/files/python3-package-codecs.mk [deleted file]
lang/python3/files/python3-package-ctypes.mk [deleted file]
lang/python3/files/python3-package-dbm.mk [deleted file]
lang/python3/files/python3-package-decimal.mk [deleted file]
lang/python3/files/python3-package-dev.mk [deleted file]
lang/python3/files/python3-package-distutils.mk [deleted file]
lang/python3/files/python3-package-email.mk [deleted file]
lang/python3/files/python3-package-gdbm.mk [deleted file]
lang/python3/files/python3-package-install.sh [deleted file]
lang/python3/files/python3-package-lib2to3.mk [deleted file]
lang/python3/files/python3-package-logging.mk [deleted file]
lang/python3/files/python3-package-lzma.mk [deleted file]
lang/python3/files/python3-package-multiprocessing.mk [deleted file]
lang/python3/files/python3-package-ncurses.mk [deleted file]
lang/python3/files/python3-package-openssl.mk [deleted file]
lang/python3/files/python3-package-pip.mk [deleted file]
lang/python3/files/python3-package-pydoc.mk [deleted file]
lang/python3/files/python3-package-setuptools.mk [deleted file]
lang/python3/files/python3-package-sqlite3.mk [deleted file]
lang/python3/files/python3-package-unittest.mk [deleted file]
lang/python3/files/python3-package-xml.mk [deleted file]
lang/python3/files/python3-package.mk [deleted file]
lang/python3/files/python3-version.mk [deleted file]
lang/python3/patches/001-enable-zlib.patch [deleted file]
lang/python3/patches/003-do-not-run-distutils-tests.patch [deleted file]
lang/python3/patches/004-do-not-write-bytes-codes.patch [deleted file]
lang/python3/patches/006-remove-debian-multiarch-support.patch [deleted file]
lang/python3/patches/007-distutils-do-not-adjust-path.patch [deleted file]
lang/python3/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch [deleted file]
lang/python3/patches/011-fix-ncursesw-definition-colisions.patch [deleted file]
lang/python3/patches/012-disable-wcsftime-detection.patch [deleted file]
lang/python3/patches/014-remove-platform-so-suffix.patch [deleted file]
lang/python3/patches/015-abort-on-failed-modules.patch [deleted file]
lang/python3/patches/016-adjust-config-paths.patch [deleted file]
lang/pytz/Makefile [deleted file]
lang/rcssmin/Makefile [deleted file]
lang/simplejson/Makefile [deleted file]
lang/twisted/Makefile [deleted file]
lang/twisted/patches/001-fix-zsh-completion.patch [deleted file]
lang/twisted/patches/002-omit-tests.patch [deleted file]
lang/zope-interface/Makefile [deleted file]